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