curl --location --request POST '/api/vpce/whitelist/query/?os_id=&ct_user_id=&endpoint_service_uuid=&account=&sort=&asc='
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"endpoint_service_id": "string",
"account": "string"
}
],
"code": 0
}