Authorization: ********************
{
"custom_unsubscribe_link_sid": 0,
"link_name": "string",
"link_url": "string",
"validated": true,
"date_created": "1s",
"date_modified": "1s",
"date_validated": "1s",
"description": "string",
"deleted": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/omniapi/createcustomunsubscribelink' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_unsubscribe_link_sid": 0,
"link_name": "string",
"link_url": "string",
"validated": true,
"date_created": "1s",
"date_modified": "1s",
"date_validated": "1s",
"description": "string",
"deleted": true
}'
{
"custom_unsubscribe_link_sid": 0,
"validated": true
}