curl --location --request DELETE 'https://api.techrar.com/order/v1/merchant/shipments/couriers//' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"id": 2,
"custom_fields": null,
"is_active": true,
"is_custom": true,
"name": "Aramex2",
"logo": null,
"service_method": "express_delivery",
"delivery_method": "to_customer_doorstep",
"pickup_method": "pickup_by_courier_or_dropoff",
"delivery_time": "1_to_4_days",
"pickup_cutoff_time": "12:00:00",
"return_fees": 0.0,
"price": 17.0,
"country_code": "SA",
"city": "Jeddah"
}