curl --request POST \
--url https://gateway.7exchange.io/kyc/1.0.0/createSession \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"verification": {
"callback": "<string>",
"person": {
"firstName": "<string>",
"lastName": "<string>",
"dateOfBirth": "<string>",
"gender": "<string>"
},
"document": {
"type": "<string>",
"country": "<string>"
},
"vendorData": "<string>"
}
}'