{
"callback_url": "string",
"command": "string",
"data": {
"sheet_id": 0
}
}curl --location --request POST '/v7/coop/dbsheet//hooks/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "string",
"command": "string",
"data": {
"sheet_id": 0
}
}'{
"data": {
"hook_id": "string"
},
"code": 0,
"more": {},
"msg": "string"
}