Authorization: ********************{
"current_page": 1,
"name": "string",
"page_size": 1,
"relid": 0,
"user_type": "string"
}curl --location --request GET '/api/admin/access_token?current_page' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_page": 1,
"name": "string",
"page_size": 1,
"relid": 0,
"user_type": "string"
}'{
"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"
}