Authorization: ********************curl --location --request GET '/api/admin/acme_account?current_page&page_size&keyword' \
--header 'Authorization: <api-key>'{
"current_page": 1,
"items": null,
"page_size": 1,
"total": 0,
"data": [
{
"auto_register": true,
"created_at": "string",
"description": "string",
"eab_hmac_key": "string",
"eab_kid": "string",
"email": "string",
"id": 0,
"name": "string",
"private_key": "string",
"resource": "string",
"type": "string",
"updated_at": "string"
}
]
}