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