curl --location --request POST '/v1/customers' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "{{$randomInt}}",
"name": "Luke S.",
"type": "individual",
"country": "br",
"documents": [
{
"type": "cpf",
"number": "01234567890"
}
],
"phone_numbers": [
"+5511988774455"
],
"email": "{{$randomEmail}}"
}'{}