Authorization: ********************x-api-key: ********************{
"name": "John Doe Updated",
"phone": 1234567890
}{
"status": "success",
"message": "User profile updated successfully",
"data": {
"user": {
"_id": "64f1a2b3c4d5e6f7890a1234",
"name": "John Doe",
"email": "john@example.com",
"isEmailVerified": true,
"phone": 1234567890,
"isPhoneVerified": true,
"type": "user",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}
}