POST
/
api
/
v1
/
admin
/
toggle-account-status
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/admin/toggle-account-status \
  --header 'Content-Type: */*' \
  --data '{
  "user_id": "<string>",
  "accountActiveStatus": true
}'
{
  "message": "<string>"
}

Body

*/*

Response

200 - */*

Default Response

The response is of type object.