curl --location --request PATCH '/api/v1/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"old_password": "Abdullah@123",
"new_password": "Abdullah@001",
"c_new_password": "Abdullah@001"
}'{
"data": {
"message": "Your password has been successfully changed.",
"status": true,
"user": {
"id": "67581f5ef8086157625911fc",
"email": "abdullahyahaya2018+27@gmail.com",
"fullName": "John Doe",
"phone": "+2348089886543",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1733831302/lz483hq34bv8yjyfegr9.png"
}
}
}