curl --request POST \
--url https://end-api.shallow.ink/api/blueprints \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"title": "<string>",
"blueprint_code": "<string>",
"description": "<string>",
"base_region": "<string>",
"server_region": "cn",
"images": [
"<string>"
]
}
'创建并发布一个新蓝图
curl --request POST \
--url https://end-api.shallow.ink/api/blueprints \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"title": "<string>",
"blueprint_code": "<string>",
"description": "<string>",
"base_region": "<string>",
"server_region": "cn",
"images": [
"<string>"
]
}
'