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