curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/order//payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string"
}'
{
"data": {
"payment_method": {
"id": "string",
"type": "string",
"name": "string",
"account_name": "string",
"account_number": "string",
"image": "string"
},
"expired_at": "string",
"grand_total": {
"currency": "string",
"amount": 0
},
"image": "string"
}
}