curl --location --request POST '/create_order' \
--header 'Authorization: Bearer 9|UhgMPlArwiOJAvCjHamE7erzDQHLbfwTinSItRaFlvBbyJ62tAYy2XnI8aPO0Cw1mMYGdHoGhPefjfsQ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoice": "ORD-2025-5552",
"recipient_name": "Anas Hasan",
"recipient_phone": "01811111111",
"recipient_address": "āĻāĻā§āĻāĻā§āϰāĻžāĻŽ, āĻŦāĻžāĻāϞāĻžāĻĻā§āĻļ",
"cod_amount": 2500.00,
"note": "āĻĢā§āϰā§āϝāĻžāĻāĻžāĻāϞ āĻāĻāĻā§āĻŽ",
"items": [
{
"description": "iPhone 15 Pro",
"weight": 0.5
},
{
"description": "Phone Case",
"weight": 0.1
},
{
"description": "Screen Protector",
"weight": 0.05
}
]
}'{
"status": 200,
"message": "Shipment has been created successfully.",
"shipment": {
"shipment_id": 1,
"invoice": "ORD-2025-001",
"tracking_number": "PC2025073122356",
"recipient_name": "āĻāύ āĻĄā§",
"recipient_phone": "01711111111",
"recipient_address": "āĻĸāĻžāĻāĻž, āĻŦāĻžāĻāϞāĻžāĻĻā§āĻļ",
"cod_amount": "1500.00",
"status": "in_review",
"note": "āϏāĻžāĻŦāϧāĻžāύ⧠āĻšā§āϝāĻžāύā§āĻĄā§āϞ āĻāϰāĻŦā§āύ",
"created_at": "2025-07-31T00:58:37.000000Z",
"updated_at": "2025-07-31T00:58:37.000000Z"
}
}