curl --location --request PUT '/customers/' \
--header 'Authorization: Bearer $TOKEN' \
--form 'name=""' \
--form 'email=""' \
--form 'phone=""' \
--form 'identify=""' \
--form 'seller_code=""' \
--form 'seller_enabled=""' \
--form 'external_code=""' \
--form 'birthday=""' \
--form 'validate_phone=""' \
--form 'gender_id=""'[
{
"id": "ed12e60a-215d-4d6f-94c4-bb605518ca10",
"name": "Ryan Costa",
"email": "ryancosta@gmail.com",
"identify": "44660952304",
"phone": "551199238764",
"purchased_total": 35,
"purchased_count": 1,
"withdrawal_count": 0,
"withdrawal_total": 0,
"withdrawal_rescue_count": 0,
"phone_not_verify": "551199238764",
"enterprise_id": "a840567c-807c-4ec6-9de6-595e04342ef8",
"blocked_at": null,
"gender_id": null,
"gender": null,
"created_at": "2025-10-17T16:14:05.000Z"
}
]