# HTTP client

# Local development

Http::withToken($token)
    ->withoutVerifying()
    ->get('https://marshmallow.test/api-endpoint');
1
2
3