{
"stockCode": "",
"userId": 0,
"keyword": "",
"type": 0,
"id": 1,
"notes": "垃圾股"
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stockSelected/editNotes' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"stockCode": "",
"userId": 0,
"keyword": "",
"type": 0,
"id": 1,
"notes": "垃圾股"
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {}
}