Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return the list of payment methods along with relevant details.
- If the request fails, an appropriate error message will be returned.
curl -X GET "https://api.pinghome.io/payment-query/v1/payment-methods" \
-H 'Authorization: Bearer YOUR_TOKEN'