Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//shipments/couriers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name_en": "string",
"name_ar": "string",
"governorate_codes": [
"string"
],
"contact_phone": "string",
"contact_name": "string",
"cutoff_time": "string",
"tracking_url_template": "string",
"notes": "string",
"is_active": true,
"seed_key": "string"
}'null