Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/user/recover-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "wesley@zscansoftware.com", "language": "es-ES" }'
{}