Authorization: ********************
{
"template_id": 0,
"variables": {},
"prompt": "string"
}
curl --location --request PUT 'https://staging-api.formi.co.in/v2/agents/state-machine//state/edge/' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_id": 0,
"variables": {},
"prompt": "string"
}'
{
"success": true,
"message": "string",
"payload": {
"agent_id": 0,
"edge_id": 0
}
}