post https://api.linode.com//account/oauth-clients
Creates an OAuth Client, which can be used to allow users (using their Linode account) to log in to your own application, and optionally grant your application some amount of access to their Linodes or other entities.
linode-cli account client-create \
--label Test_Client_1 \
--redirect_uri https://example.org/callback
<https://www.linode.com/docs/products/tools/cli/get-started/>
account:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>