X-API-Key: ********************Authorization: Bearer ********************curl --location '/v1/domestic/kycRedirectOpened' \
--header 'X-Managed-Profile-Id;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"country": "AR",
"type": "INDIVIDUAL"
}'{
"success": true
}