{
"platformID": "12346",
"clientID": "114514",
"subscriptionType": "both"
}curl --location --request POST 'https://df-api.shallow.ink/df/record/unsubscribe' \
--header 'Authorization: Bearer sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformID": "12346",
"clientID": "114514",
"subscriptionType": "both"
}'{
"success": true,
"message": "取消订阅成功"
}