curl --location --request POST 'http://127.0.0.1/admin/v1/auth/logout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 0,
"msg": "OK",
"data": null,
"cost": "758.5µs",
"request_id": "352f15ee-b19f-46d0-b8ef-91eff4dc4f8d"
}