If you would like to quickly add a bearer token to the request's Authorization header, you may use the withToken method:
Authorization
withToken
$response = Http::withToken('token')->post(...);