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