passport, id_card, drivers_license. Returns 409 if an active application already exists.curl --location '/v1/kyc/applications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"first_name": "string",
"last_name": "string",
"nationality": "string",
"document_type": "passport",
"document_number": "string",
"date_of_birth": "2019-08-24",
"document_expiry": "2019-08-24",
"address": {
"street": "string",
"city": "string",
"postal_code": "string",
"country": "st"
}
}'{
"application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c",
"status": "string",
"next_step": "string"
}