Authorization: Bearer ********************
{
"id":1,
"quantity":2
}
curl --location --request PUT 'https://respond-genres-mazda-student.trycloudflare.com/cart/1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1,
"quantity":2
}'
{}