Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//shipping/zones//rates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"label": "string",
"label_ar": "string",
"config": {
"type": "flat",
"amount_cents": 0
},
"is_active": true,
"sort_order": 0
}'{
"success": true,
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"zone_id": "4495020a-236f-46e0-9453-e3f9cc6476f4",
"rate_type": "flat",
"label": "string",
"label_ar": "string",
"config": {
"property1": "string",
"property2": "string"
},
"is_active": true,
"sort_order": 0
},
"message": "string"
}