cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/customer/individual/{customerId}/activation \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "userId": "<string>" } '
Activates an individual customer account with the provided status
OK