The following request is used to generate a client access token.

POST /v1/admin/token HTTP/1.1
Host: auth.humanapi.co
Content-Type: application/json

{
	"client_id": "<my-client-id>",
	"client_secret": "<my-client-secret>",
	"type": "client"
}