curl --location --request PATCH '/me/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"age": 27,
"phone": "+905551234567",
"gender": "male",
"city": "Istanbul",
"country": "Turkey",
"name": {},
"email": {}
}'{
"isSuccess": true,
"statusCode": 200,
"data": {
"user": {
"id": "507f1f77bcf86cd799439011",
"email": "user@example.com",
"name": "John Doe",
"role": "user",
"isRegistrationComplete": true,
"age": 25,
"gender": "male",
"city": "Ankara",
"country": "Turkey",
"countryCode": "+90",
"phoneNumber": "+905551234567"
}
},
"errors": [
"Error messages..."
],
"timestamp": "2026-02-14T09:58:22.033Z"
}