verificationId that is used to redirect the user to the P100 verification page. Ensure all required user details are provided to start the process.curl --location --request POST 'https://partner-api-stage.p100.io/v1/kyc' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "d4b2d5ab-0cef-46a1-91d3-6b9b1217ce6c",
"documentType": "ID_CARD",
"country": "PL",
"incomeSource": "SALARY",
"openAccountReason": "INVESTMENTS_OR_CRYPTOCURRENCIES",
"occupation": "IT"
}'{
"verificationId": "5aef509a-8231-42cc-b042-8dd478b2b6a0"
}