Request a recovery email.
cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/auth/recover \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "message": "<string>" }
Recovery initiated