curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/publishAIPrompt \
--header 'Content-Type: application/json' \
--data '[
{
"description": "<string>",
"name": "<string>",
"state": 123
}
]'
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"workflow_id": 123
}
curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/publishAIPrompt \
--header 'Content-Type: application/json' \
--data '[
{
"description": "<string>",
"name": "<string>",
"state": 123
}
]'
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"workflow_id": 123
}