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