curl --location --request POST 'https://develop.api.bankerize.com.br/v1/proposals/econsignado' \
--header 'Authorization: ' \
--header 'X-User-Cpf;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": {
"pf": {
"civil_status_id": 1,
"scholarity_id": 1
},
"contacts": {
"email": "albus@hogwarts.com",
"celphone": "11999999999"
},
"address": {
"zipcode": "23456078",
"street": "Rua dos Alfeneiros",
"district": "Surrey",
"uf": "SP",
"number": "4",
"complement": "Casa",
"city": "Little Whinging"
},
"account": {
"bank_id": 1,
"type": "CPP",
"agency": "1234",
"agency_digit": "5",
"account_number": "67890",
"account_digit": "1"
}
},
"simulation": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}'