Getting a token

Your token: <?= auth()->apiToken() ?>
Your Owner ID: <?= auth()->id() ?>

To get your token (key) for working with the API, you need to log into your personal account as the owner on the site and refresh this page.
The token must be passed as Bearer token in the Authorization header. For example, Authorization: Bearer 1111111:AAAAAAAAAAAAA