Create a new job using Agentix Core API.
A valid request URL is required to generate request examples
{ "success": true, "data": { "jobId": "<string>", "status": "<string>", "workflow": { "id": 123, "name": "<string>" }, "customer": { "name": "<string>", "mobile": "<string>", "email": "<string>", "customerID": "<string>" }, "externalRefNumber": "<string>", "createdAt": "<string>", "validUntil": "<string>", "accessUrl": "<string>" } }
Show child attributes
Job created successfully.