curl --location --request PUT 'https://appwrite.io/v1/account/recovery' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"passwordAgain": "string",
"secret": "string",
"userId": "string"
}'
{
"$id": "string",
"expire": 0,
"secret": "string",
"userId": "string"
}