curl -X POST '{backend_url}/admin/draft-orders/{id}/edit/items/item/{item_id}' \
-H 'Authorization: Bearer {access_token}' \
-H 'Content-Type: application/json' \
--data-raw '{
"quantity": 0
}'
{
"message": "Discount must be set to dynamic",
"type": "not_allowed"
}