Refresh access token
Tokens are considered outdated every two weeks. This route allows to extend their lifetime before they get outdated.
GET
/auth/refresh-token
curl \
--request GET 'http://api.example.com/auth/refresh-token' \
--header "Authorization: $API_KEY"