Question - What is the full form of GUID? Where is it used?
Answer -
GUID is an acronym that stands for Global Unique Identifier. It is a set of hexadecimal digits separated by hyphens and solves the purpose of uniqueness.
In Postman, it is used to generate and send a random value to APIs.
Example:
{
"id": "{{$guid}}",
}