x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10,
"ubm_id": 0
}curl --location --request POST 'https://api.gogpu.cn/user/BareMetal/GetBareMetalCostList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10,
"ubm_id": 0
}'{
"code": 0,
"data": {
"list": [
{
"created_at": "string",
"id": 0,
"money": 0,
"notes": "string",
"trading_sn": "string",
"ubm_id": 0,
"updated_at": "string",
"user_id": 0
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}