Creates a new conversation session for a given agent.
curl --request POST \ --url https://api.soca.ai/v1/session/{agent_id} \ --header 'private_key: <api-key>'
{ "status": true, "message": "<string>", "data": { "session_id": "<string>" } }
The unique identifier of a Soca AI agent created in the Studio.
Indicates that the session was created successfully.
The response is of type object.
object