{ "email": "string" }
curl --location --request POST 'https://admin.letschat.ch/api/auth/user/reset-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string" }'
{ "message": "EMAIL_WITH_RESET_LINK_SENT" }