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

Body

*/*