curl --location --request PUT '/api/users/change-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "current_password": "stringst", "new_password": "stringst", "confirm_password": "stringst" }'