{
"monitor_url": "http://example.com",
"monitor_start_time": "2019-08-24T14:15:22Z",
"monitor_end_time": "2019-08-24T14:15:22Z"
}curl --location --request POST 'https://openapi.scdata.cc/api/v1/twitch/monitor/user' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"monitor_url": "http://example.com",
"monitor_start_time": "2019-08-24T14:15:22Z",
"monitor_end_time": "2019-08-24T14:15:22Z"
}'{
"success": true,
"code": 200,
"message": "请求成功",
"data": "string"
}