access-token: ********************curl --location '/admin/packages//info' \
--header 'access-token: <api-key>'{
"success": true,
"package": {
"id": 0,
"name": "string",
"cpu_name": "string",
"cpu_num": 0,
"ram_size": 0,
"disk_metadata": [
"string"
],
"pci_metadata": [
"string"
],
"ip_num": 0,
"bandwidth": 0,
"up_port": 0,
"down_port": 0,
"is_auto_collect": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}