curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v2/order' \
--header 'x-os-type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"address_id": 0,
"voucher_id": 0,
"use_point": 0,
"products": [
{
"quantity": 0,
"variant_id": 0
}
],
"payment_method_id": "string",
"order_notes": "string"
}'
{
"data": {
"id": 0
}
}