{
"cpuCore": 8,
"disk": 256,
"hardwareModel": "Orion865",
"memory": 12,
"remark": "string",
"status": 1,
"uuid": "string"
}
curl --location --request POST '/arm/card/offering' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpuCore": 8,
"disk": 256,
"hardwareModel": "Orion865",
"memory": 12,
"remark": "string",
"status": 1,
"uuid": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"timestamp": 0,
"traceId": "string"
}