curl --request POST \
--url https://end-api.shallow.ink/api/blueprints/upload/image \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file'上传蓝图截图图片
curl --request POST \
--url https://end-api.shallow.ink/api/blueprints/upload/image \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file'