curl --request POST \
--url https://api.avenia.io:8443/v2/v2/kyc/new-level-1/api \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sandboxReject": true,
"fullName": "<string>",
"dateOfBirth": "<string>",
"countryOfTaxId": "<string>",
"taxIdNumber": "<string>",
"email": "<string>",
"phone": "<string>",
"uploadedSelfieId": "<string>",
"uploadedDocumentId": "<string>",
"country": "<string>",
"state": "<string>",
"city": "<string>",
"zipCode": "<string>",
"streetAddress": "<string>"
}
'