Authorization: ********************
{
"exile_certificate_id": "string",
"exile_configuration_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/org/exilecertificatemanager/v1alpha1/assignexileconfiguration' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"exile_certificate_id": "string",
"exile_configuration_id": "string"
}'
{}