POST
/
api
/
auth
/
admin
/
sessions
{
  "accessToken": "<string>",
  "user": {
    "id": "<string>",
    "email": "<string>",
    "name": "<string>",
    "role": "admin"
  }
}

Body

application/json

Response

200
application/json

Admin login successful

The response is of type object.