{ "id": 1, "num": 5 }
curl --location --request POST '/api/v1/carts/update' \ --header 'access_token;' \ --header 'refresh_token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1, "num": 5 }'
{}