Authorization: Bearer ********************
curl --location --request POST 'https://api.msaaq.com/v1/tenant/cart' \ --header 'X-Tenant: academy.msaaq.com' \ --header 'Accept: application/json' \ --header 'X-Session-ID: f8b15a1b-83d9-40f2-9ff1-b20be896575d' \ --form 'product_type="course"' \ --form 'product_id="100"' \ --form 'quantity="1"'
{}