curl --location --request GET 'https://dev-api.inwantaiwan.com/api/apps/v1/order/payment-method'
{
"data": [
{
"id": "string",
"type": "string",
"name": "string",
"account_name": "string",
"account_number": "string",
"image": "string"
}
]
}