Authorization: Bearer ********************
curl --location -g --request POST 'https://tender.whyb.it:8443/v1/users/resetOauthPw' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "it@whyb.it", "username": "Seba Test" }'
{}