curl --location --request PATCH '/users/profile' \
--header 'Content-Type: application/json' \
--data '{
"name": "Elga",
"phone": "081234567890"
}'{
"message": "Profile updated successfully",
"user": {
"id": "533290d0-5ad9-42c1-aaf2-22ecbaabed70",
"email": "elgafarma@gmail.com",
"role": "user",
"name": "Elga",
"phone": "081234567890",
"createdAt": "2026-03-08T01:38:55.070Z",
"updatedAt": "2026-03-09T06:57:15.846Z",
"deletedAt": null,
"resetPasswordToken": null,
"resetPasswordExpires": null
}
}