Authorization: Bearer ********************{
"currentPassword": "Pass@123",
"password": "Pass@123",
"confirmPassword":"Pass@123"
}curl --location --request PUT 'http://localhost:3000/api/v1/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "Pass@123",
"password": "Pass@123",
"confirmPassword":"Pass@123"
}'{}