x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10,
"type": 0
}curl --location --request POST 'https://api.gogpu.cn/common/product/GetModelImageInfo' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10,
"type": 0
}'{
"code": 0,
"data": {
"content": "string",
"created_at": "string",
"describe": "string",
"id": 0,
"image": "string",
"image_path": "string",
"image_uuid": "string",
"name": "string",
"os_type": 0,
"status": 0,
"type": 0,
"updated_at": "string"
},
"msg": "string"
}