{
"external_id": "{{$randomInt}}",
"name": "Luke S.",
"type": "individual",
"country": "br",
"documents": [
{
"type": "cpf",
"number": "01234567890"
}
],
"phone_numbers": [
"+5511988774455"
],
"email": "{{$randomEmail}}"
}curl --location --request POST 'https://onapi.stafebank.com.br/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}}"
}'{
"id": 432,
"external_id": "541",
"name": "Tony Stark",
"email": "tonystark@example.com",
"type": "individual",
"country": "br",
"phone_numbers": [
"+5511912345678",
"+5511987654321"
],
"documents": [
{
"id": 432,
"type": "cpf",
"number": "37623935089"
}
],
"birthday": null,
"created_at": "2023-12-27T11:22:20.000000Z",
"updated_at": "2023-12-27T11:22:20.000000Z"
}