Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/public_sector/voucher_owners' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"first_name": "string",
"last_name": "string",
"date_of_birth": "2019-08-24",
"nationality": "string",
"document_type": "string",
"document_number": "string",
"personal_code": "string",
"document_issued_at": "2019-08-24",
"document_expires_at": "2019-08-24",
"document_country_code": "string",
"residence_street": "string",
"residence_postal_code": "string",
"residence_city": "string",
"residence_country_code": "string",
"country_of_birth": "string",
"certificate_of_identification": null
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}