Authorization: Bearer ********************
curl --location --request GET 'http://prod-cn.your-api-server.com/api/token/?p=0&size=10' \
--header 'new-api-user: 1' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{}