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