x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10
}curl --location --request POST 'https://api.gogpu.cn/common/product/GetVmServerGpuTypeList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": {
"list": [
{
"created_at": "string",
"driver_version": "string",
"id": 0,
"memory": 0,
"name": "string",
"sort": 0,
"updated_at": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}