curl --location --request POST '/orders' \
--header 'Authorization: Bearer $TOKEN' \
--form 'company_id=""' \
--form 'customer_id=""' \
--form 'price=""' \
--form 'status="COMPLETED"' \
--form 'external_code=""' \
--form 'seller_code=""' \
--form 'campaign_action=""' \
--form 'reward_action=""' \
--form 'opened_at=""' \
--form 'closed_at=""' \
--form 'order_products="product_id: string"' \
--form 'order_products="quantity: number"' \
--form 'order_products="price_individual: number"'[
{
"id": "240f1451-1a8b-4988-8512-d98c674cb346",
"price": 35,
"company_id": "2536dc94-9667-46a4-b066-7c86e42b965c",
"customer_id": "ed12e60a-215d-4d6f-94c4-bb605518ca10",
"status": "COMPLETED",
"created_at": "2025-10-17T16:24:41.000Z"
}
]