curl --location --request POST 'https://api.dev.ordermesh.io/v1/notes' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "Customer address issue could not be fixed automatically. Manual intervention required. Merchant has been notified to reach out to the customer for confirmation.",
"isPrivate": false,
"resourceReference": {
"entityType": "Order",
"entityId": "6686def3cb6eb9b3d1740f96",
"merchantId": "6e0a8bd9-93b1-4f60-9af0-ea9cd5c4756a",
"vendorId": "33ba401a-28fd-4129-b335-5cd7b81c45af"
}
}'