cURL
curl --request POST \ --url https://api.example.com/organisations/fix-unknown-client \ --header 'Content-Type: application/json' \ --data ' { "phoneCallId": 123, "clientId": 123, "primaryNumber": "<string>" } '
The request containing client and portal information to fix the unknown client association.
OK