{
"id": "string",
"sourceName": "string",
"sourceStatus": 0,
"agentId": "string"
}
curl --location --request POST '/operate/stockInfo/restart?id' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"sourceName": "string",
"sourceStatus": 0,
"agentId": "string"
}'
{
"msg": "string",
"code": 0,
"data": "string",
"time": 0
}