Authorization: Bearer ********************{
"product_id": 1
}curl --location --request POST 'https://nuvantim.strangled.net/api-store/cart/store' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": 1
}'{}