Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"state_name": null,
"zone_name": []
}
Request Code Samples
curl --location --request PATCH '/delivery-rates/?search=&ordering=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"state_name": null,
"zone_name": []
}'
Responses
application/json
Modified at 2024-11-22 06:13:56