curl --request PUT \
--url https://api.example.com/api/Clients/{clientId}/Owners \
--header 'Content-Type: application/json' \
--data '[
123
]'curl --request PUT \
--url https://api.example.com/api/Clients/{clientId}/Owners \
--header 'Content-Type: application/json' \
--data '[
123
]'Was this page helpful?