get https://api.codegpt.co/api/v1/user
Create un new Agent
This feature in an AI agent's API is essential to allow users to obtain their personal information. The API can be used to retrieve information such as the user's name, email address, plan status, and other relevant details.
Response example
{
"first_name": John,
"last_name": Doe,
"email": "[email protected]",
"plan": "Plan Premium",
"plan_status": true
}