POST
/
connect
{
  "status": "success",
  "message": "Operation completed successfully",
  "assistant": {
    "id": 101,
    "name": "Cati Owner",
    "image": "http://example.com/image.jpg",
    "phone": "+34612345678"
  }
}

Body

application/json

Response

200
application/json

Connection successful. Returns assistant details.

The response is of type object.