POST
/
api
/
v1
/
user
/
forgot-password
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/user/forgot-password \
  --header 'Content-Type: */*' \
  --data '{
  "username": "<string>"
}'

Body

*/*