Authorization: Bearer ********************
curl --location --request GET '/business/process/cloudServerTypeList' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": [
{
"id": "string",
"name": "string",
"cpu": "string",
"mem": "string",
"sorted": 0
}
]
}