Authorization: Bearer ********************curl --location --request POST '/product-variants/21943/change-stock?device_id=01b33d0b-b436-4fc4-935b-f0082bc7d9a5' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Mistake",
"quantity": -2
}'{}