curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/contas/pessoa' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Seyia de Pegaso",
"preferredName": "Seyia",
"motherName": "Saori Kido",
"birthDate": "1985-12-09",
"gender": "M",
"document": "03967703045",
"emancipatedMinor": false,
"idNumber": "6537265",
"printedName": "SEIYA PEGASO",
"identityIssuingEntity": "SSP",
"federativeUnit": "SP",
"issuingDateIdentity": "2000-02-01",
"idMaritalStatus": 1,
"idProfession": "1",
"idOccupationType": 1,
"idNationality": 1,
"fatherName": "Matsumada Kido",
"bankNumber": 999,
"branchNumber": 29999,
"accountNumber": "99999999",
"email": "[email protected]",
"companyName": "teste",
"idBusinessSource": 1,
"idProduct": 1,
"dueDate": 10,
"incomeValue": 999,
"isPep": false,
"isPepSince": "2019-09-09",
"address": {
"id": 3,
"idAddressType": 1,
"zipCode": "6800000",
"street": "Rua da Amizade",
"number": 23,
"complement": "apartamento 01",
"neighborhood": "Patos",
"city": "João Pessoa",
"federativeUnit": "PB",
"country": "Brasil",
"mailingAddress": false
},
"phone": {
"id": 4,
"idPhoneType": 1,
"areaCode": "21",
"number": "999876543"
},
"termsAndConditionsTokens": [
"e8b90f67-09a8-428e-bab5-d6f271128b5b",
"0229ad42-2fef-41eb-ba10-d7ebca5f70c0"
],
"deviceIdentification": {
"fingerprint": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0#1.160.10.240"
}
}'
{
"id": 12,
"name": "Seyia de Pegaso",
"preferredName": "Seyia",
"motherName": "Saori Kido",
"birthDate": "1985-12-09",
"document": "03967703045",
"fatherName": "Matsumada Kido",
"gender": "M",
"idNumber": "190525071",
"identityIssuingEntity": "SSP",
"federativeUnit": "SP",
"issuingDateIdentity": "2000-02-01",
"idMaritalStatus": 1,
"idProfession": "1",
"idOccupationType": 1,
"idNationality": 1,
"branchNumber": 999,
"accountNumber": "99999999",
"email": "[email protected]",
"companyName": "teste",
"idBusinessSource": 1,
"idProduct": 1,
"idAccount": 1,
"dueDate": "10",
"printedName": "Seyia Pegaso",
"incomeValue": 1000,
"address": {
"id": 3,
"idAddressType": 1,
"zipCode": "6800000",
"street": "Rua da Amizade",
"number": 23,
"complement": "apartamento 01",
"neighborhood": "Patos",
"city": "João Pessoa",
"federativeUnit": "PB",
"country": "Brasil",
"mailingAddress": true
},
"phone": {
"id": 4,
"idPhoneType": 1,
"areaCode": "21",
"number": "999876543"
},
"registrationId": "098u909",
"status": "WAITING_DOCUMENTS",
"isPep": true,
"isPepSince": "2019-09-09"
}