Authorization: ********************
curl --location --request POST 'https://be.myquiz.fun/api/Auth/change-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "currentPassword": "string", "newPassword": "string" }'