curl --request GET \
--url https://api-dev.narrative.io/payment-methods \
--header 'Authorization: Bearer <token>'{
"companyId": 123,
"paymentMethodId": "<string>",
"cardBrand": "<string>",
"cardLast4": "<string>"
}Returns payment methods for company
curl --request GET \
--url https://api-dev.narrative.io/payment-methods \
--header 'Authorization: Bearer <token>'{
"companyId": 123,
"paymentMethodId": "<string>",
"cardBrand": "<string>",
"cardLast4": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.