curl --location 'https://api.techrar.com/order/v1/shipments/couriers/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"city_en": "Jeddah",
"district_en": "As Salamah",
"lat": "21.590375041386423000",
"lng": "39.152816252744530000",
"cart_id": 1
}'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 2,
"custom_fields": null,
"shipping_price": 17.0,
"return_fees": 0.0,
"name": "Aramex2",
"logo": null,
"service_method": "express_delivery",
"delivery_method": "to_customer_doorstep",
"delivery_time": "1_to_4_days"
}
]
}