access-token: ********************curl --location '/admin/image_partiton_plans?name=undefined&description=undefined&format=undefined&images=undefined&page=undefined&page_size=undefined&order=undefined&sort=undefined' \
--header 'access-token: <api-key>'{
"success": true,
"image_partitions": [
{
"id": 0,
"name": "string",
"description": "string",
"images": [
{
"id": 0,
"name": "string"
}
],
"disabled": 0
}
],
"total": 0
}