curl --location --request POST '/api/change-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "currentPassword": "string", "newPassword": "string" }'
{ "message": "string" }