curl --request GET \
--url https://api.example.com/payment-methods/ \
--header 'Authorization: Bearer <token>'{
"brand": "<string>",
"last4": "<string>",
"exp_month": 123,
"exp_year": 123
}curl --request GET \
--url https://api.example.com/payment-methods/ \
--header 'Authorization: Bearer <token>'{
"brand": "<string>",
"last4": "<string>",
"exp_month": 123,
"exp_year": 123
}