Use the authorization code to get an access token.
curl --request POST \ --url https://api.basic.tech/auth/token \ --header 'Content-Type: application/json' \ --data '{ "code": "AUTHORIZATION_CODE" }'
successful