curl --request POST \
--url https://api-west.millis.ai/agents/{agent_id}/status \
--header 'Content-Type: application/json' \
--data '
{
"status": "active"
}
'{
"success": true
}curl --request POST \
--url https://api-west.millis.ai/agents/{agent_id}/status \
--header 'Content-Type: application/json' \
--data '
{
"status": "active"
}
'{
"success": true
}