curl --location --request PATCH 'https://api.techrar.com/public-api/v1/customers/35319/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"name": "User",
"date_of_birth": "2000-01-01",
"secondary_mobile_number": "0534401056",
"national_id": "111111111"
}'{
"id": 35319,
"country_code": "966",
"username": "0556892033",
"mobile_number": "966556892033",
"email": "[email protected]",
"name": "User",
"lang": "ar",
"current_city_id": null,
"is_email_verified": false,
"is_mobile_verified": true,
"is_blocked": false,
"is_deleted": false,
"is_verified": true,
"joined_at": "2026-04-29 10:49:48.325565+00:00",
"national_id": "111111111",
"secondary_mobile_number": "0534401056",
"date_of_birth": "2000-01-01",
"avatar": null,
"custom_fields": null
}