Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"currentPassword": "string",
"newPassword": "string"
}'{
"message": "Password changed successfully"
}