Is Espo-Authorization being passed? You can check with code:
It should print it to the log file.
Code:
$GLOBALS['log']->error($request->getHeader('Espo-Authorization'));
Comment