used to request a token, which will be used to authenticate the user. All of the following requests must contain two headers:
"Accept: application/json"
"Authorization: Bearer access”. Two tokens will be generated, an access token and a refresh token, when the access token is no longer valid, the user will have to request another one by using the refresh token API with the value of the refresh token in the request body.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.