authToken is sent in the Authorization header and refreshToken is used to obtain a replacement session token.{
"authToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.auth.payload",
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.refresh.payload"
}