curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/createAIPrompts
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"description": "<string>",
"name": "<string>",
"state": 123
}
]
}
curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/createAIPrompts
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"description": "<string>",
"name": "<string>",
"state": 123
}
]
}