post( '/v1/request', $hmacAuth, RequestController::class ); $app->get( '/health', fn() => ResponseLib::sendOk(['status' => 'ok']) ); $app->run();