cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/customer/individual/{customerId}/consents/{consentType} \ --header 'Content-Type: application/json' \ --data ' { "accepted": true, "version": "<string>" } '
Accept a specific consent type for the customer
OK