{
"order_id": "string",
"internal_note": "string"
}
curl --location --request POST 'https://api.medusa-commerce.com/admin/order-edits' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "string",
"internal_note": "string"
}'