cURL
curl --request POST \ --url https://api.example.com/portals/import-clients \ --header 'Content-Type: application/json' \ --data ' { "ssNs": [ "<string>" ], "portalId": 123, "secret": "<string>" } '
The request containing SSNs, portal ID, and authentication secret.
Clients imported successfully.