curl --location -g --request POST '{{BASE_URL}}/admin/order-edits//items/item/' \ --header 'Content-Type: application/json' \ --data-raw '{ "quantity": 0, "internal_note": "string", "unit_price": 0, "compare_at_unit_price": 0 }'