curl --location --request POST '/simple_order' \
--header 'Authorization: Bearer 32|DzfDrsWkYFoKnJkhwH4Y8GttJ6wMFlfBIAzISczr5EXs40aKuSQYpDclClsUAKEkH6PP6J9Cp0YIZtsA' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoice": "OR80D-0105-03",
"recipient_name": "āĻāύ āĻĄā§",
"recipient_phone": "01711111111",
"alternative_phone": "01811111111",
"recipient_email": "john@example.com",
"recipient_address": "āĻĸāĻžāĻāĻž, āĻŦāĻžāĻāϞāĻžāĻĻā§āĻļ",
"cod_amount": 1500.00,
"note": "āϏāĻžāĻŦāϧāĻžāύ⧠āĻšā§āϝāĻžāύā§āĻĄā§āϞ āĻāϰāĻŦā§āύ",
"item_description": "Samsung Galaxy S23",
"delivery_type": 1
}'{
"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"
}
}