curl --location --request GET 'https://onapi.stafebank.com.br/v1/customers?page=1&type=individual&name=Nogue&email=dev@nogue.dev'{
"pagination": {
"total": 4,
"count": 4,
"per_page": 100,
"current_page": 1,
"total_pages": 1
},
"data": [
{
"id": 432,
"external_id": "541",
"name": "Tony Stark",
"email": "tonystark@brasilcash.com.br",
"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"
}
]
}