{
"external_id": "j007",
"name":"James Bond teste",
"email":"dev@bond.com",
"type":"individual",
"country":"br",
"phone_numbers": [
"+5511922433535",
"+5511944855221"
],
"birthday": "1998-06-15"
}curl --location -g --request PUT 'https://onapi.stafebank.com.br/v1/customers/{{customer_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "j007",
"name":"James Bond teste",
"email":"dev@bond.com",
"type":"individual",
"country":"br",
"phone_numbers": [
"+5511922433535",
"+5511944855221"
],
"birthday": "1998-06-15"
}'{
"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"
}