curl --request POST \
--url https://prod01.oms.fabric.inc/api/v2/fraud/release \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orderNumber": "<string>",
"channel": "<string>",
"tenant": "<string>",
"target": {
"serviceName": "<string>",
"serviceAttributes": {}
}
}
'