POST
/
api
/
v1
/
admin
/
register-user
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/admin/register-user \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "username": "<string>",
  "email": "<string>",
  "password": "<string>"
}'
{
  "message": "<string>"
}

Headers

Authorization
string
required

Body

*/*

Response

200 - */*

Default Response

The response is of type object.