curl --location --request GET 'https://fullers.flamesware.com/api/v1/customer/payment-methods' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "Payment Methods",
"data": [
{
"id": 1,
"customer_id": 2,
"cardholder_name": "Syed Azlan Ali",
"card_brand": "visa",
"last4": "4242",
"exp_month": "4",
"exp_year": "2026",
"created_at": "2025-07-24T18:30:58.000000Z",
"updated_at": "2025-07-24T18:30:58.000000Z"
}
]
}