curl --location --request POST 'https://api.bots.business/v2/user/reset_password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "result": "ok" }