curl --request POST \
--url https://prod01.oms.fabric.inc/api/v2/notification/acknowledgment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenant-key: <tenant-key>' \
--data '
{
"id": "123456789",
"documentType": "ORDER",
"notificationType": "<string>",
"notificationDate": "2022-07-14T10:27:28-05:00"
}
'