Aspose OMR generate template API not working

Create OMR template with cloud API is not working. Getting following error -

{
  "requestId": "629eeec0-7320-4c29-bb3a-c63278b944b8",
  "error": {
    "code": "error",
    "message": "One or more errors occurred. (Error making request with Error Code NotFound and Http Status Code NotFound. No further error information was returned by the service.) Error making request with Error Code NotFound and Http Status Code NotFound. No further error information was returned by the service.",
    "description": "Operation Failed. General Error.",
    "dateTime": "2022-03-09T10:43:07.5349Z",
    "innerError": null
  }
}

For following URL -

curl -X POST "https://api.aspose.cloud/v3.0/omr/omrtemplatenew/runOmrTask?actionName=GenerateTemplate" -H "accept: application/json" -H "authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE2NDY4MjI1NDQsImV4cCI6MTY0NjgyNjE0NCwiaXNzIjoiaHR0cHM6Ly9hcGkuYXNwb3NlLmNsb3VkIiwiYXVkIjpbImh0dHBzOi8vYXBpLmFzcG9zZS5jbG91ZC9yZXNvdXJjZXMiLCJhcGkuYmlsbGluZyIsImFwaS5pZGVudGl0eSIsImFwaS5wcm9kdWN0cyIsImFwaS5zdG9yYWdlIl0sImNsaWVudF9pZCI6IjkwZmNlYTA3LWQ0NTUtNDcxNC1hNDAyLTAzMjFmYjAzMWM3NCIsImNsaWVudF9kZWZhdWx0X3N0b3JhZ2UiOiJmZjRlZjQxMS0zYjNiLTRlZWQtYWExZi01MDgyNjBkMTk2ODkiLCJjbGllbnRfaWRlbnRpdHlfdXNlcl9pZCI6Ijg4MjQzNSIsInNjb3BlIjpbImFwaS5iaWxsaW5nIiwiYXBpLmlkZW50aXR5IiwiYXBpLnByb2R1Y3RzIiwiYXBpLnN0b3JhZ2UiXX0.DXRveaK9rbyAC8IffJeeqz0IqQoJphgk-UdIx8UEgfl2fPoZW35lPFj8uMSLcIgthy9F9nArXiylOqVRl-FEw6N0SO5CGEYqtg8Hj66wyqhhpKvXgVLyNP69clfvD04Wfci0Os-1rMksqLUY42dFsZgi-RIGryEyd0STBLnDglUV7h4GyhcBlSD0bYW-x5hafwobaAXft6AYmICvjgVBuQpoMWTq4kkpQRmeHXQIo5IRTrGjcWWFyO3AJmvq_JjeuvPg3lZNKPsO_hKyCRzvMpnrKzjcymbwdnI4MpaoDAEj1A8qhN_3wQJP0qTYS1RratVf5IoE32hRJc_UhGjdfA" -H "Content-Type: application/json" -H "x-aspose-client: Containerize.Swagger" -d "{ \"FunctionParam\": \"string\", \"AdditionalParam\": \"string\"}"

What should be the functional parameters in this case?

This topic has been moved to the related forum: How to Create OMR Template in cURL using Aspose.OMR REST API - Free Support Forum - aspose.cloud