curl --request POST \
--url http://localhost:3091/v1/api/auth/forgot-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'"<string>"Sends a password reset link to the provided email if an account exists.
curl --request POST \
--url http://localhost:3091/v1/api/auth/forgot-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'"<string>"