curl --location '/$$/alarm/upload_image' \ --header 'x-auth-token: {{token}}' \ --form 'file=@""'
{ "code": 0, "message": "success", "data": null }