x-token: ********************{
"scene": 0,
"server_id": 0,
"server_type": 0,
"type": 0
}curl --location --request POST 'https://api.gogpu.cn/common/product/GetOsImageList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": 0,
"server_id": 0,
"server_type": 0,
"type": 0
}'{
"code": 0,
"data": {
"list": [
{
"ability": "string",
"created_at": "string",
"describe": "string",
"id": 0,
"image_path": "string",
"image_uuid": "string",
"name": "string",
"os_class": 0,
"os_type": 0,
"os_version": "string",
"scene": 0,
"status": 0,
"tag": 0,
"updated_at": "string"
}
],
"os_group": [
0
]
},
"msg": "string"
}