{
"id": " L3A_41_202211_002",
"name": "河南省哨兵L3A合成任务",
"qhdm": "41",
"qhmc": "河南省",
"model": "1501,1502,3000",
"coverDate": "202211",
"bz": "备注信息"
}
curl --location --request POST 'http://gykj123.cn:9000/middleground-rsanalysis-sentinel-l3a/api/v1/sentinel-l3-a-task' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": " L3A_41_202211_002",
"name": "河南省哨兵L3A合成任务",
"qhdm": "41",
"qhmc": "河南省",
"model": "1501,1502,3000",
"coverDate": "202211",
"bz": "备注信息"
}'
{
"timestamp": 1670206239029,
"datetime": "2022-12-05T10:10:39.029",
"code": 200,
"message": "成功",
"success": true
}