Authorization: Bearer ********************curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v2/digital-order/postpaid' \
--header 'x-os-type;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_id": "",
"product_code": "",
"voucher_id": null,
"use_point": false,
"payment_method_id": "ecpay",
"ecpay_cvs_code": "IBON"
}'{
"data": {
"id": 0,
"ecs_token": "string"
}
}