curl --location -g --request POST '{{BASE_URL}}/admin/draft-orders//edit/items/item/' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 0,
"unit_price": 0,
"compare_at_unit_price": 0,
"internal_note": "string"
}'
{
"message": "Discount must be set to dynamic",
"type": "not_allowed"
}