curl --location --request POST 'https://partner-api-stage.p100.io/v1/user/verification' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"externalUserId": "6ef2fb57-c337-4557-ba24-b82f1322f911",
"birthDate": "2000-01-01",
"city": "London",
"street": "Downing Street",
"number": "10",
"postCode": "SW1A 2AA",
"nationality": "GB",
"documentExpirationDate": "2030-01-01",
"incomeSource": "SALARY",
"occupation": "IT",
"riskLvl": "LOW"
}'
{
"message": "Verification documents to user added successfully"
}