curl --location --request POST '/customers' \
--header 'Authorization: Bearer $TOKEN' \
--form 'external_code=""' \
--form 'name=""' \
--form 'identify=""' \
--form 'email=""' \
--form 'phone=""' \
--form 'birthday=""' \
--form 'seller_code=""' \
--form 'seller_enabled=""' \
--form 'validate_phone=""' \
--form 'gender_id=""'[
{
"id": "ed12e60a-215d-4d6f-94c4-bb605518ca10",
"name": "Ryan Costa",
"email": "ryancosta@gmail.com",
"identify": "44660952304",
"birthday": "2006-11-11T00:00:00.000Z",
"phone": "551199238764",
"purchased_total": 0,
"phone_not_verify": "551199238764",
"enterprise_id": "a840567c-807c-4ec6-9de6-595e04342ef8",
"gender": {
"id": "8bd93ff4-735a-4cb3-9fed-196aa32e1bf1",
"name": "Masculino"
},
"created_at": "2025-10-17T16:14:05.000Z"
}
]