curl --location --request POST 'https://connect.dispatchable.com/payments/api/v1/portal/payment/card' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_number": "4242424242424242",
"billing_first_name": "Jane",
"billing_last_name": "Doe",
"expiration_month": "12",
"expiration_year": "2030",
"card_code": "123",
"billing_address": "123 Test St",
"billing_city": "Testville",
"billing_state": "CA",
"billing_zip": "90001",
"company_uuid": "fd8ddd84-420d-4db1-ba17-c1d8b62434a7",
"item_uuid": "456e7890-f12b-34d5-b678-426614174111",
"item_type": "subscription",
"email": "colin.dixon@dataparser.app"
}'