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