{
"user_id": 1,
"old_password": "admin@123",
"new_password": "SORTLand@69",
"confirm_password": "SORTLand@69"
}
curl --location --request POST '/change-password/' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 1,
"old_password": "admin@123",
"new_password": "SORTLand@69",
"confirm_password": "SORTLand@69"
}'
{}