affected is the count actually changed.curl --location 'https://upload.tf/api/v1/links/bulk' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"string"
],
"action": "disable"
}'{
"success": true,
"data": {
"affected": 0
}
}