{
"file": {}
}
curl --location --request POST '/operate/store/uploadNavPic' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": {}
}'
{
"msg": "string",
"code": 0,
"time": 0
}