Authorization: Bearer ********************
curl --location --request POST 'https://api.msaaq.com/v1/tenant/cart/checkout' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'X-Session-ID: f8b15a1b-83d9-40f2-9ff1-b20be896575d' \
--form 'payment_gateway="msaaqpay"' \
--form 'email="hussam+new@msaaq.com"' \
--form 'source[type]="card"' \
--form 'source[token]="tok_6fod5zte62eenpamfw4dawmvjq"' \
--form 'source[scheme]="VISA"' \
--form 'source[card_type]="CREDIT"' \
--form 'source[expires_on]="2024-07-29T07:20:19.3041176Z"' \
--form 'source[expiry_month]="9"' \
--form 'source[expiry_year]="2030"' \
--form 'source[last4]="1111"' \
--form 'source[bin]="411111"' \
--form 'source[issuer]="JPMORGAN CHASE BANK, N.A."' \
--form 'source[issuer_country]="US"' \
--form 'phone_code="90"' \
--form 'phone="5381032112"'
{}