Authorization: Bearer ********************
{
"reportId": 283
}
curl --location --request DELETE '/ric' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reportId": 283
}'
{
"msg": "string",
"code": 0
}