Authorization: Bearer ********************
curl --location --request POST 'https://api.msaaq.com/v1/tenant/cart/express' \ --header 'X-Tenant: academy.msaaq.com' \ --header 'Accept: application/json' \ --header 'X-Session-ID: f8b15a1b-83d9-40f2-9ff1-b20be896575d' \ --form 'product_type="product"' \ --form 'product_id="137"' \ --form 'quantity="1"' \ --form 'meta[appointment][user_id]="1"' \ --form 'meta[appointment][start_at]="2024-10-02 00:00:00"' \ --form 'meta[appointment][member_timezone]="Asia/Riyadh"'
{}