Authorization: ********************curl --location --request GET '/api/client/access_token?current_page&page_size' \
--header 'Authorization: <api-key>'{
"code": 0,
"data": {
"current_page": 1,
"items": [
{
"access_token": "string",
"created_at": "string",
"id": 0,
"last_request_time": "string",
"md5": "string",
"name": "string",
"relid": 0,
"updated_at": "string",
"user_type": "string"
}
],
"page_size": 1,
"total": 0
},
"message": "string"
}