Authorization: Bearer ********************
{
"reportId": 300,
"templatePath": "/dp/dataImportTemplate/20250610xh7u06.xlsx",
"reportRow": 82223,
"reportCol": 61,
"reportEndRow": 3222,
"reportEndCol": 2222,
"templateRow": 55,
"templateCol": 65
}
curl --location --request PUT '/ric' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reportId": 300,
"templatePath": "/dp/dataImportTemplate/20250610xh7u06.xlsx",
"reportRow": 82223,
"reportCol": 61,
"reportEndRow": 3222,
"reportEndCol": 2222,
"templateRow": 55,
"templateCol": 65
}'
{
"msg": "string",
"code": 0
}