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