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

Body

*/*

Response

200 - */*

Default Response

The response is of type object.