curl --location --request POST 'https://app.gotreek.com/api/calculate' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_city": "string",
"to_city": "string",
"boxes": [
{
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"box_id": 0
}
]
}'{
"data": [
{
"service_id": 0,
"courier_name": "string",
"service_name": "string",
"identifier": "string",
"price_cents": 0,
"price_sar": 0,
"delivery_time": "string",
"logo": "string",
"logo_big": "string"
}
],
"request_params": {
"from_city": "string",
"to_city": "string",
"boxes_count": 0,
"is_cod": true
},
"currency": "string"
}