curl --request POST \
--url https://{tenant}.fincode.software/api/v6/services/admin/compliance/add-kyc-rule \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"knowYourCustomerRuleDTO": [
{}
]
}
'Adds a new KYC rule.
curl --request POST \
--url https://{tenant}.fincode.software/api/v6/services/admin/compliance/add-kyc-rule \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"knowYourCustomerRuleDTO": [
{}
]
}
'