{
"vendor": "string",
"vendorType": 0,
"accountId": "string",
"accessToken": "string",
"monthlyQuota": 0,
"usedCount": 0,
"status": 0,
"createdTime": "string"
}curl --location '/short/link/pool/account' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"vendor": "string",
"vendorType": 0,
"accountId": "string",
"accessToken": "string",
"monthlyQuota": 0,
"usedCount": 0,
"status": 0,
"createdTime": "string"
}'{
"code": 0,
"msg": "",
"data": false
}