In order for you to be able to communicate with any API endpoints published within the Microting Backend, you need to first obtain an access token.
After obtaining the access_token as shown in the example below, the token must be inserted as a header attribute Authorization: Bearer access_token. It's important to prepend the access_token with "Bearer ".
We will assume for the examples that you have a user with email [email protected] and the password Qq1234567$. This is the same email and password used in the automated tests.
And we will assume the development environment is running at localhost:5000.