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