Change guzzleHttp calls to avoid url problems
When making a request with guzzle we don't have to put a "/" in front of the route, otherwise guzzle will make a request a the root of the base url and the "/" is mandatory at the end of the base url
When making a request with guzzle we don't have to put a "/" in front of the route, otherwise guzzle will make a request a the root of the base url and the "/" is mandatory at the end of the base url