curl --location --request GET 'https://dev-api.orangecare-in1.com/api/apps/v2/digital-order/payment-method' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "bank_post",
"name": "Bank POST(700)",
"image": "https://inwantaiwan.b-cdn.net/development/ic_bank_post.jpg",
"type": "transfer",
"account_name": "林志偉",
"account_number": "0001421 0747235"
},
{
"id": "ecpay",
"name": "ECPay",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSNf4ytVJ07Vr5IbNfHtufyRXhMmN3U63DrSg&s",
"type": "outlet_payment",
"account_name": null,
"account_number": null
}
]
}