{ "email": "abc@gmail.com" }
curl --location --request POST 'https://onapi.stafebank.com.br/v1/customers/find' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "abc@gmail.com" }'
{ "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" }