curl --location '/api/send/file' \ --header 'Content-Type: application/json' \ --data '{ "path": "string", "receiver": "string" }'
{ "code": 0, "msg": "string", "data": {} }