Authorization: Bearer ********************
{
"cart_id" : [1]
}
curl --location --request POST 'https://respond-genres-mazda-student.trycloudflare.com/order/store' \
--header 'Content-Type: application/json' \
--data-raw '{
"cart_id" : [1]
}'
{}