Authorization: Bearer ********************
curl --location --request PATCH 'http://localhost:8080/api/v1/users/me/temp-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "newPassword": "MyRealSecurePassword123!" }'
{}