Authorization: Bearer ********************
curl --location --request PATCH 'http://localhost:8080/user/first-acess-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "newPassword": "Zscan123@" }'
{}