Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.helpyousponsor.com/v1/client/credit-card \
--header 'Authorization: Bearer <token>'{
"card": [
{}
],
"pubKey": "pk_test_1234"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.helpyousponsor.com/v1/client/credit-card \
--header 'Authorization: Bearer <token>'{
"card": [
{}
],
"pubKey": "pk_test_1234"
}