Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"pincode": "360410",
"country": 1,
"state": 2,
"city": 20,
"suburb": 2,
"zone": 2
}
Request Code Samples
curl --location --request PATCH '/pincode/1/' \
--header 'Content-Type: application/json' \
--data-raw '{
"pincode": "360410",
"country": 1,
"state": 2,
"city": 20,
"suburb": 2,
"zone": 2
}'
Responses
application/json Modified at 2024-11-22 06:13:56